I was searching a while for Export solutions DOORS -> Excel. |
Re: Export different Object levels to different Excel columns
A brute-force solution would be to insert a DOORS column that shows the object ID as follows (or any information you desire):
if (level(obj) == 1)
display identifier(obj) ""
|
Re: Export different Object levels to different Excel columns jsarkic - Thu Jun 10 14:49:38 EDT 2010
A brute-force solution would be to insert a DOORS column that shows the object ID as follows (or any information you desire):
if (level(obj) == 1)
display identifier(obj) ""
The solution looks logic to me and I tried it within a DXL Attribute, but the column remains empty. Even the check tells me 'no errors'. I am not a DXL expert, maybe you can give me a hint if I forgot something. |
Re: Export different Object levels to different Excel columns SystemAdmin - Fri Jun 11 03:37:05 EDT 2010 Thanks again for your help. |